home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / tcp / AmiTCP_bin_22.lha / AmiTCP-2.2 / doc / finger.doc next >
Text File  |  1993-11-19  |  2KB  |  49 lines

  1. NAME
  2.      finger - user information lookup program
  3.  
  4. SYNOPSIS
  5.      finger [-lmsp] [user ...] [user@host ...]
  6.  
  7. DESCRIPTION
  8.      The finger displays information about the system users.
  9.  
  10.      Options are:
  11.  
  12.      -l    Produces a multi-line format displaying the user's login name, real
  13.            name, the user's home directory, home phone number, login shell,
  14.            and the contents of the files `.forward', `.plan' and `.project'
  15.            from the user's home directory.
  16.  
  17.            Phone numbers specified as eleven digits are printed as `+N-NNN-
  18.            NNN-NNNN'.  Numbers specified as ten or seven digits are printed
  19.            as the appropriate subset of that string.  Numbers specified as
  20.            five digits are printed as `xN-NNNN'.
  21.  
  22.      -p    Prevents the -l option of finger from displaying the contents of
  23.            the `.forward', `.plan' and `.project' files.
  24.  
  25.      -m    Prevent matching of user names.  User is usually a login name; how­
  26.            ever, matching will also be done on the users' real names, unless
  27.            the -m option is supplied.  All name matching performed by finger
  28.            is case insensitive.
  29.  
  30.      If no options are specified, finger defaults to the -l style output if
  31.      operands are provided, otherwise to the -s style.  Note that some fields
  32.      may be missing, in either format, if information is not available for
  33.      them.
  34.  
  35.      If no arguments are specified, finger will print an entry for each user
  36.      currently logged into the system.
  37.  
  38.      Finger may be used to look up users on a remote machine.  The format is
  39.      to specify a user as `user@host', or `@host', where the default output
  40.      format for the former is the -l style, and the default output format for
  41.      the latter is the -s style.  The -l option is the only option that may be
  42.      passed to a remote machine.
  43.  
  44. SEE ALSO
  45.      in.fingerd
  46.  
  47. HISTORY
  48.      The finger command appeared in 3.0BSD.
  49.